This project provides a "fatbits" pixel editor for editing small (32x32) icons or sprites. All the code is encapsulated into one window class, which you can include into your own applications.
Functionality:
The MiniPaint window supports four editing tools (pencil, fill bucket, eye dropper, and eraser). It also supports most standard editing commands (Cut, Copy, Paste, and Clear). It does not have undo support, nor does it have selection.
Compatibility:
This code has been tested with REALbasic 2.1a27. It will probably work on some earlier versions as well.
For more information:
See my REALbasic code page [1]. Or write to me (Joe Strout) at <joe@strout.net>.